C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the RasterCommentMetadata class with the specified values.
public RasterCommentMetadata(
RasterCommentMetadataType type,
byte[] data
)
Public Function New( _
ByVal type As Leadtools.RasterCommentMetadataType, _
ByVal data() As Byte _
)
public RasterCommentMetadata(
Leadtools.RasterCommentMetadataType type,
byte[] data
)
function RasterCommentMetadata(
type ,
data
)
public:
RasterCommentMetadata(
Leadtools.RasterCommentMetadataType type,
array<byte>^ data
)
type
The type of comment to create.
data
The data for the comment.
For an example, refer to WriteComment.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET